Platform Explorer / Nuxeo Platform 2023.10

Operation Service.HotReloadStudioSnapshot (Hot Reload Studio Snapshot Package)

Description

Updates Studio project with latest snapshot.
Operation id Service.HotReloadStudioSnapshot
Category Services
Label Hot Reload Studio Snapshot Package
Requires
Since

Parameters

Name Description Type Required Default value
validate boolean no  

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.admin.operation.HotReloadStudioSnapshot
Contributing Component org.nuxeo.platform.admin.operation

JSON Definition

{
  "id" : "Service.HotReloadStudioSnapshot",
  "label" : "Hot Reload Studio Snapshot Package",
  "category" : "Services",
  "requires" : null,
  "description" : "Updates Studio project with latest snapshot.",
  "url" : "Service.HotReloadStudioSnapshot",
  "signature" : [ "void", "blob" ],
  "params" : [ {
    "name" : "validate",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}